﻿
/* article && quote*/
.top-l {width:430px;float:left;margin-right:20px;}
.top-r {width:430px;float:right;}
.headline h2 {text-align:center;font-size:24px;margin:16px 20px 10px 0;height:48px;line-height:48px;overflow:hidden;}
.subline {padding:0 16px;}
.subline li {height:32px;line-height:32px;overflow:hidden;font-size:16px;}
.subline .f_r {font-size:12px;color:#666666;padding-left:16px;font-style:normal;float:right;}
.keytags {font-size: 16px;}
/* catlist */
.childlist {padding:10px;line-height:24px;}
.childlist li {font-size:14px;height:28px;line-height:28px;background:url('../image/li_dot.gif') no-repeat 4px 12px;padding:0 10px 0 12px;overflow:hidden;}

.catlist {padding-bottom:16px;line-height:32px;margin: 10px 24px 0 0;}
.catlist li {font-size:14px;height:32px;line-height:32px;background:url('../image/li_dot.gif') no-repeat 6px center;padding:0 16px;overflow:hidden;}
.catlist i {font-style:normal;float:right;font-size:12px;color:#666666;}
.catlist .sp {background:#FFFFFF url('../image/dot.gif') repeat-x 0 center;}

.subtitle {padding:10px 16px;margin:20px 0;line-height:32px;font-size:14px;border:#EEEEEE 1px solid;background:#FAFAFA;overflow:hidden;}
.subtitle li {width:50%;height:32px;overflow:hidden;float:left;}

.articleList{display: inline-flex;width: 100%;max-height: 150px;margin:16px 0;}
#thumbInfo {width:200px;height: 150px;box-sizing: border-box;margin-right: 20px;display:block;overflow:hidden;border-radius:10px;}
#thumbInfo img{width:200px;height: 150px;}
#thumbInfo img:hover{width:100%;transition: all 0.2s;transform: scale(1.1);}


.articleInfo{display: flex;flex-flow: column nowrap;align-items: stretch;justify-content:space-around;}
.articleInfo #title {font-size: 20px;font-weight: bold;line-height: 34px;}
.articleInfo #introduce {font-size: 15px;line-height: 26px;display: -webkit-box;overflow: hidden;text-overflow: ellipsis;word-wrap: break-word;white-space: normal !important;-webkit-line-clamp: 1;-webkit-box-orient: vertical;}
.articleInfo #tips {font-size: 14px;height: 20px;line-height: 20px;}
.articleInfo #tips a img{border-radius: 50%; vertical-align:bottom;}

.moreMarqueen {height: 24px;width:400px;line-height: 24px;overflow: hidden;}
.moreMarqueen ul li{width:400px;text-align:right;overflow: hidden;white-space: nowrap;text-overflow:ellipsis;}
.moreMarqueen a{color:#ff0000;}

.oldnews {display: none;font-size: 22px;border: 5px solid #8d8686;background: #9c9995;height: 60px;line-height: 60px;text-align: center;color: #ffffff;width:826px;}
.share-wrap .prev-next-nav {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 40px 0;
    padding: 20px 0;
    border-top: 1px solid #eee;
    border-bottom: 1px solid #eee;
}

.share-wrap .prev-article,
.share-wrap .next-article {
    display: flex;
    flex-direction: column;
    max-width: 40%;
    text-decoration: none;
    color: #333;
    transition: color 0.3s ease;
    padding: 10px;
    border-radius: 4px;
}

.share-wrap .prev-article:hover,
.share-wrap .next-article:hover {
    color: #0073aa;
    background-color: #f5f5f5;
}

.share-wrap .prev-article {
    text-align: left;
    margin-right: auto;
}

.share-wrap .next-article {
    text-align: right;
    margin-left: auto;
}

.share-wrap .nav-label {
    font-size: 12px;
    color: #666;
    margin-bottom: 5px;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.share-wrap .nav-title {
    font-size: 14px;
    font-weight: 500;
    line-height: 1.4;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.share-wrap .back-home {
    padding: 8px 16px;
    background-color: #f5f5f5;
    color: #666;
    text-decoration: none;
    border-radius: 4px;
    font-size: 14px;
    transition: all 0.3s ease;
    white-space: nowrap;
    margin: 0 10px;
}

.share-wrap .back-home:hover {
    background-color: #0073aa;
    color: white;
}

/* 响应式设计 */
@media (max-width: 768px) {
    .share-wrap .prev-next-nav {
        flex-direction: column;
        gap: 15px;
    }
    
    .share-wrap .prev-article,
    .share-wrap .next-article {
        max-width: 100%;
        width: 100%;
        text-align: center !important;
        margin: 0 !important;
    }
    
    .share-wrap .back-home {
        order: 1;
        margin: 10px 0;
    }
    
    .share-wrap .prev-article {
        order: 0;
    }
    
    .share-wrap .next-article {
        order: 2;
    }
}